home *** CD-ROM | disk | FTP | other *** search
- object MainForm: TMainForm
- Left = 200
- Top = 108
- Width = 517
- Height = 230
- Caption = 'ComboBox Test'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OnCreate = FormCreate
- PixelsPerInch = 96
- TextHeight = 13
- object Label1: TLabel
- Left = 184
- Top = 24
- Width = 57
- Height = 13
- Caption = 'Drop-Down '
- end
- object Label2: TLabel
- Left = 352
- Top = 24
- Width = 73
- Height = 13
- Caption = 'Drop-Down List'
- end
- object Label3: TLabel
- Left = 16
- Top = 24
- Width = 31
- Height = 13
- Caption = 'Simple'
- end
- object DropDown: TComboBox
- Left = 184
- Top = 40
- Width = 145
- Height = 21
- ItemHeight = 13
- TabOrder = 0
- end
- object DropDownList: TComboBox
- Left = 352
- Top = 40
- Width = 145
- Height = 21
- Style = csDropDownList
- ItemHeight = 13
- TabOrder = 1
- end
- object Simple: TComboBox
- Left = 16
- Top = 40
- Width = 145
- Height = 129
- Style = csSimple
- ImeMode = imChinese
- ItemHeight = 13
- TabOrder = 2
- end
- end
-